crypto/tls.certificateStatusMsg.marshal (method, view implemented interface methods)

4 uses

	crypto/tls (current package)
		handshake_client.go#L500: 		hs.finishedHash.Write(cs.marshal())
		handshake_messages.go#L1460: func (m *certificateStatusMsg) marshal() []byte {
		handshake_server.go#L515: 		hs.finishedHash.Write(certStatus.marshal())
		handshake_server.go#L516: 		if _, err := c.writeRecord(recordTypeHandshake, certStatus.marshal()); err != nil {